home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / UnSet < prev    next >
Text File  |  1995-04-04  |  657b  |  28 lines

  1.  
  2.       UnSet (2.x/3.x Internal)
  3.  
  4.    NAME
  5.             UnSet - Removes a specific local variable. 
  6.  
  7.    SYNOPSIS
  8.             UnSet name
  9.  
  10.    DESCRIPTION
  11.             If you don't specify a variable to UnSet, it will 
  12.         list all the current local environment variables and what 
  13.         they hold. For more information on local environment 
  14.         variables see the SET command details.
  15.  
  16.    KEYWORDS
  17.      name
  18.             The name of the local environmental variable to 
  19.         remove. If omitted, it will list all current local 
  20.         environment variables and what they hold.
  21.  
  22.    EXAMPLE
  23.  
  24.     1. To list all the environment variables:
  25.  
  26.         UnSet
  27.  
  28.